home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / scene.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  170b  |  9 lines

  1. #ifndef __SCENE_HPP_
  2. #define __SCENE_HPP_
  3.  
  4. #define MAX_SCROLL_DATA 4096
  5. #include "fonts.hpp"
  6. void play_scene(char *script, char *filename, JCFont *font);
  7.  
  8. #endif
  9.